@charset "UTF-8";

.list_dt{
  
    position: relative;
display: block; width:95px; float:left;
    background: #fff;
    padding: 6px 10px; border-bottom:#CCCCCC dotted 1px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 0;}
.list_dt:hover{
color:#FF0000;  }

.list_dt:hover a{
color:#FF0000; }


.list_dt:hover ._after{

}
#open{ color:#333333; width:210px; border:0;
}
#open a{
   color:#333333; font-weight:bold; font-size:16px;
}


#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
    list-style-type: none;
display: block;
    background: #fff;
    padding: 20px 10px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 0 0 3px 0;
    cursor: pointer;
}
.list_li:hover{
color:#FF0000; }
.list_li:hover a{
color: #FF0000; }